home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_2642
/
PlaceObject2_1258_65
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
295b
|
15 lines
onClipEvent(enterFrame){
c++;
if(c >= 4)
{
c = 0;
i++;
if(i >= 5)
{
i = 1;
}
initObj = {_x:_X + _root.aleatorio(-15,15),_y:_Y + _root.aleatorio(-10,10) - 16};
_root.smoke.duplicateMovieClip("smoke" + i,i,initObj);
}
}